home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / PACKET / TFLINK10 / TFLNKBIN / TFLINK.DOC < prev    next >
Encoding:
Text File  |  1996-11-04  |  2.9 KB  |  89 lines

  1. TFLINK.DOC
  2. ----------
  3.  
  4. This file contains minimal startup instructions for TFLINK.EXE.  It
  5. will be written properly when I get the time, and if necessary.
  6.  
  7. TFLINK.EXE is a TSR program that connects a currently running TFPCX
  8. TSR to the second serial port on a DOS system.  A Linux (or other) PC
  9. can then plug into this second port, and use the DOS PC and Baycom
  10. modem combination together as a "virtual" hostmode TNC.
  11.  
  12. This is the normal way that TFPCX is used with DOS
  13.  
  14.   +-------------------+
  15.   | DOS:              | COM1
  16.   | SP/GP... -> TFPCX | <------> Baycom <--> Rig
  17.   +-------------------+          modem
  18.  
  19.  
  20. And here is the way it can be used with Linux, via TFLINK
  21.  
  22.   +-------------+              +-----------------+
  23.   | Linux:      | ttyS1   COM2 | DOS:            | COM1
  24.   | TNT         | <----------> | TFLINK -> TFPCX | <------> Baycom <--> Rig
  25.   +-------------+              +-----------------+          modem
  26.  
  27.  
  28. To set this up, first load TFPCX on DOS, with the command
  29.  
  30.   TFPCX -PCOM1 ...other options...
  31.  
  32. This starts TFPCX running with the Baycom modem connected to port
  33. COM1.
  34.  
  35. Next, load TFLINK on DOS with
  36.  
  37.   TFLINK -PCOM2
  38.  
  39. This will start the transfer of data between COM2 and TFPCX running on
  40. the default interrupt of INT FD.  Serial line speed is 9600 baud by
  41. default (can be set by options to TFLINK), 8 bits, no parity, 1 stop bit.
  42.  
  43. Use 'TFLINK -H' for a full listing of TFLINK options.
  44.  
  45. It should now be possible to connect to TFPCX as a "virtual" TNC from
  46. Linux.  A simple test terminal shell script, tfterm, is provided -
  47. this shell script can be run on Linux to test the connections.  Once
  48. this combination is working, it should then be possible to run Tnt on
  49. Linux.
  50.  
  51. When the session is finished, TFLINK can be unloaded.  To unload the
  52. TSRs, it's important to remove them in reverse order.  To remove
  53. TFLINK, use
  54.  
  55.   TFLINK -U -PCOM2
  56.  
  57. The -P option is mandatory with all usages of TFLINK except -H.
  58.  
  59. Then TFPCX can be unloaded with
  60.  
  61.   TFPCX -U
  62.  
  63.  
  64. Notes:
  65.  
  66.  - Speeds over 9600 baud can cause problems on my system, for reasons
  67. as yet unknown.  9600 baud is fine for Tnt use in any case.
  68.  
  69.  - TFPCX 2.1 is the version I use.  I tried with an earlier one, and
  70. Tnt was not able to sync with it; maybe some disagreement between
  71. TFPCX 1.10 and Tnt?
  72.  
  73. - You can load such things as the TFPCX 'MYCALL' either from a
  74. TFPCX.INI file on the DOS PC when starting TFPCX, or from the TNC
  75. initialisation built in to Tnt (or whatever Linux terminal you are
  76. using).
  77.  
  78.  
  79. Have fun.  Best regards,
  80.  
  81. 73 de Simon, G0FRD
  82.  
  83. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  84.  G0FRD               | AX25 BBS Packet  - G0FRD @ GB7BEN.#43.GBR.EU
  85.  Simon Baldwin       | AMPR.NET TCP/IP  - g0frd@g0frd.ampr.org
  86.  Leighton Buzzard    | INTERNET at work - simonb@sco.COM
  87.  Beds (IO91PV, SP92) | INTERNET at home - Probably never
  88. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  89.